home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / apport / general-hooks / ubuntu.pyc (.txt) < prev   
Encoding:
Python Compiled Bytecode  |  2009-10-12  |  935 b   |  21 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. '''Attach generally useful information, not specific to any package.
  5.  
  6. Copyright (C) 2009 Canonical Ltd.
  7. Author: Matt Zimmerman <mdz@canonical.com>
  8.  
  9. This program is free software; you can redistribute it and/or modify it
  10. under the terms of the GNU General Public License as published by the
  11. Free Software Foundation; either version 2 of the License, or (at your
  12. option) any later version.  See http://www.gnu.org/copyleft/gpl.html for
  13. the full text of the license.
  14. '''
  15. import apport.packaging as apport
  16. from apport.hookutils import *
  17.  
  18. def add_info(report):
  19.     attach_file_if_exists(report, '/cdrom/.disk/info', 'MediaBuild')
  20.  
  21.